home *** CD-ROM | disk | FTP | other *** search
/ The Datafile PD-CD 1 Issue 2 / PDCD-1 - Issue 02.iso / _utilities / utilities / 004 / gstobject / list / 135 / 100 / Info next >
Text File  |  1994-09-04  |  902b  |  53 lines

  1. Linked list
  2. (C) 1994 George Taylor
  3. Release 1.00
  4.  
  5. This object requires the Shared C Libary (object 1).
  6.  
  7. In case of difficulty contact the author:
  8.    George Taylor
  9.    16 Newton Crescent
  10.    Dunblane
  11.    Perthshire
  12.    Scotland
  13.    FK15 ODZ
  14.    
  15.    Email: george@tardis.ed.ac.uk
  16.  
  17.  
  18. This product is provided in good faith but there is no warranty
  19. with the product.
  20. The author cannot accept any liability for any loss or damage resulting from
  21. the use in any way of this product.
  22.  
  23. Entry points provided:
  24.  
  25. 0    list_New
  26. 1    list_Dispose
  27. 2    list_Destroy
  28. 3    list_GetInfo
  29. 4    list_SetInfo
  30. 5    list_Insert
  31. 6    list_InsertAfter
  32. 7    list_InsertBefore
  33. 8    list_InsertStart
  34. 9    list_InsertEnd
  35. 10    list_Delete
  36. 11    list_ChangeSize
  37. 12    list_Search
  38. 13    list_SearchForward
  39. 14    list_SearchBackward
  40. 15    list_Call
  41. 16    list_CallForward
  42. 17    list_CallBackward
  43. 18    list_Join
  44.  
  45.  
  46. Operations implemented as macros:
  47.  
  48. list_First
  49. list_Last
  50. list_Next
  51. list_Prev
  52. list_Size
  53.